home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Armageddon - Interactive Preview
/
Interactive Preview: Armageddon.iso
/
pc
/
control.dxr
/
Scripts & Behaviors_13_QTVR Button.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-05-19
|
285 b
|
19 lines
global gMonitorObj
on mouseDown
setLeft(gMonitorObj, "GALAXY LOOP")
updateStage()
set gBioValue to 1
ResetMonitors(gMonitorObj)
setCenter(gMonitorObj, "COMPLEX")
setRight(gMonitorObj, "STILL LOOP")
end
on mouseEnter me
cursor(280)
end
on mouseLeave me
cursor(0)
end